--DLL Demo programs for Borland Delphi --

[AlarmEvent]      (demo for reading alarm information coming from two ethernet I/O modules)
[ModBusCoilRead]  (demo for reading coil value)
[ModBusCoilWrite] (demo for writing coil)
[ModBusRegRead]   (demo for reading holding register value)
[ModBusCoilwrite] (demo for writing holding register)
[PerformanceTest] (demo for performance testing for reading register value(4X))
[ReadAI]          (demo for read analog input channel's value from EX-9000MTCP I/O module)
[ReadDIO]         (demo for read DI/DO's status for EX-9000MTCP I/O module)
[SendRecvUDP]     (demo for send a command to ethernet I/O module and receive response by UDP)
[SendRecvTCP]     (demo for send a command to ethernet I/O module and receive response by TCP)
[SetDO]           (demo for write some value to D/O channels for EX-9000MTCP I/O module)
[SteamEvent]      (demo for reading stream data coming from an ethernet I/O module)
[StreamPooling]   (demo for reading stream data by pooling from two ethernet I/O modules)